home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00293_Script_293 < prev    next >
Text File  |  1995-05-21  |  350b  |  16 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theMovieName
  3.   set snap1 = 0
  4.   set snap2 = 0
  5.   set length = 0
  6.   
  7.   repeat with d = 9 to 10
  8.     puppetsprite d, true
  9.   end repeat
  10.   
  11.   set the castNum of sprite 48 = cast theMovieName
  12.   put the duration of cast theMovieName into length
  13.   set length = length - 5
  14.   
  15.   puppetsprite 48, true
  16. end